Auto merge of #2778 - alexcrichton:dont-print-on-q-when-run, r=brson
authorbors <bors@rust-lang.org>
Fri, 10 Jun 2016 01:52:51 +0000 (18:52 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Jun 2016 01:52:51 +0000 (18:52 -0700)
Don't print extra info on -q + `cargo run`

If a process fails then it's probably printing out why and Cargo doesn't need to
do it all over again.

Closes #2735

1  2 
src/bin/test.rs

diff --cc src/bin/test.rs
Simple merge